home *** CD-ROM | disk | FTP | other *** search
- object SubmitForm: TSubmitForm
- Left = 286
- Top = 374
- ActiveControl = ReferCombobox
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Submit A Site'
- ClientHeight = 144
- ClientWidth = 449
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 74
- Top = 10
- Width = 359
- Height = 26
- Caption =
- 'Enter the address of the site you would like to submit to be blo' +
- 'cked, or make a selection from the drop-down menu.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 4
- Top = 58
- Width = 66
- Height = 13
- Caption = 'Submit http://'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object ReferCombobox: TComboBox
- Left = 72
- Top = 52
- Width = 369
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = 'ReferCombobox'
- OnKeyDown = ReferComboboxKeyDown
- end
- object Panel1: TPanel
- Left = 0
- Top = 102
- Width = 449
- Height = 42
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object SaveButton: TBitBtn
- Left = 6
- Top = 6
- Width = 139
- Height = 31
- Caption = '&Block this Site Now'
- Default = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = SaveButtonClick
- NumGlyphs = 2
- end
- object BitBtn2: TBitBtn
- Left = 358
- Top = 6
- Width = 85
- Height = 31
- Caption = '&Cancel'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = BitBtn2Click
- NumGlyphs = 2
- end
- object BitBtn1: TBitBtn
- Left = 150
- Top = 6
- Width = 91
- Height = 31
- Caption = '&Refresh List'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- object btnSubmitHelp: TBitBtn
- Left = 246
- Top = 6
- Width = 107
- Height = 31
- Caption = 'Submission &Help'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- OnClick = btnSubmitHelpClick
- end
- end
- object staInstructions: TStaticText
- Left = 82
- Top = 82
- Width = 349
- Height = 13
- AutoSize = False
- Caption = 'Press "Block This Site Now" to begin blocking the selected site.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 2
- end
- end
-